home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / RAND / ALL95.LZH / transcript_1108 / text0032.txt < prev    next >
Encoding:
Text File  |  1995-11-26  |  403 b   |  20 lines

  1.  
  2. Laurent here,
  3.  
  4. Yesterday evening, I've fond a bug in my code :-)
  5.  
  6. In the main function, just after the .while: line,
  7.  
  8. you can see   cmp.b #1,d5 
  9. change it by  cmp.b #$44,d5
  10.  
  11. And when you want to quit the game, press F10 instead of ESC.
  12.  
  13. The problem is that if you move the mouse, you can receive 1 in d5, and
  14. the game quits.
  15. Now, the mouse doesn't annoy us.
  16. I'll correct it better next time.
  17.  
  18. Laurent
  19.  
  20.